Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(client-s3): convert some read ops to waiters #6622

Merged
merged 1 commit into from
Nov 5, 2024
Merged

Conversation

kuhe
Copy link
Contributor

@kuhe kuhe commented Nov 5, 2024

Issue

n/a

Description

S3 has strong read-after-write consistency https://aws.amazon.com/about-aws/whats-new/2020/12/amazon-s3-now-delivers-strong-read-after-write-consistency-automatically-for-all-applications/.

However, some of our tests have failed randomly at certain read-after-write points, without clear error messaging.
This PR adds loggers to the test clients and converts some read points to waiters to be more forgiving.

Testing

Ran the tests in question.

Checklist

  • If you wrote E2E tests, are they resilient to concurrent I/O?
  • If adding new public functions, did you add the @public tag and enable doc generation on the package?

@kuhe kuhe requested a review from a team as a code owner November 5, 2024 16:03
@kuhe kuhe force-pushed the test/e2e branch 2 times, most recently from f9937d8 to e606cc3 Compare November 5, 2024 16:24
@kuhe kuhe merged commit 396fc77 into aws:main Nov 5, 2024
4 checks passed
@kuhe kuhe deleted the test/e2e branch November 5, 2024 17:08
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants